| Package | Description |
|---|---|
| com.atid.lib.module.rfid.uhf | |
| com.atid.lib.module.rfid.uhf.atm | |
| com.atid.lib.module.rfid.uhf.types |
| Modifier and Type | Method and Description |
|---|---|
abstract GlobalBandType |
ATRfidUhf.getGlobalBand()
Returns the national orientation of the RFID UHF module of the instrument.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ATRfidUhf.setGlobalBand(GlobalBandType band)
Set the national orientation of the RFID UHF module of the instrument.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalBandType |
ATRfidUhfATM.getGlobalBand() |
| Modifier and Type | Method and Description |
|---|---|
void |
ATRfidUhfATM.setGlobalBand(GlobalBandType band) |
| Modifier and Type | Method and Description |
|---|---|
static GlobalBandType |
GlobalBandType.valueOf(int code) |
static GlobalBandType |
GlobalBandType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlobalBandType[] |
GlobalBandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|